home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 7 / Apprentice-Release7.iso / Utilities / Programming / MT2Trivial 2.1.3 / MT2Trivial 2.1.3 ƒ / MT2Trivial Templates ƒ / Uses.p.Trivial < prev   
Encoding:
Text File  |  1996-07-28  |  1.2 KB  |  43 lines  |  [TEXT/MPS ]

  1. {%%DOC: Uses.p.Trivial -- begin}
  2. { CONST Version  = '1.0';   For 'vers' resource}
  3.  
  4. USES 
  5.       Events
  6.       ,Desk,Dialogs
  7.       ,Fonts
  8.       ,Memory,Menus
  9.       ,QuickDraw
  10.       ,ToolUtils
  11.       ,Windows
  12. {%% >> add necessary units here <<}
  13. ;
  14. {
  15. ,ActionAtomIntf,ADSP,AEObjects,AEPackObject,AERegistry,AIFF,Aliases,AppleEvents,AppleTalk
  16. ,Balloons
  17. ,CommResources,Components,Connections,ConnectionTools,Controls,CRMSerialDevices,CTBUtilities
  18. ,CursorCtl
  19. ,DatabaseAccess,DeskBus,Devices,DisAsmLookup,DiskInit,Disks
  20. ,Editions,ENET,EPPC,ErrMgr,Errors
  21. ,Files,FileTransfers,FileTransferTools,Finder,FixMath,Folders
  22. ,GestaltEqu,Graf3D
  23. ,HyperXCmd
  24. ,Icons,ImageCodec,ImageCompression,IntEnv
  25. ,Language,Lists
  26. ,MacPrint,MediaHandlers,Memory,MemTypes,MIDI,Movies,MoviesFormat
  27. ,Notification
  28. ,ObjIntf,OSEvents,OSIntf,OSUtils
  29. ,Packages,PackIntf,PaletteMgr,Palettes,PasLibIntf,Perf,Picker,PickerIntf,PictUtil
  30. ,Power,PPCToolBox,Printing,PrintTraps,Processes
  31. ,QDOffscreen,QuickTimeComponents
  32. ,Resources,Retrace,ROMDefs,RTLib
  33. ,SANE,Scrap,Script,SCSI,SCSIIntf,SegLoad,Serial,ShutDown,Signal,Slots,Sound,SoundInput
  34. ,StandardFile,Start,Strings,SysEqu
  35. ,Terminals,TerminalTools,TextEdit,Timer,ToolIntf,Traps,Types
  36. ,Unmangler
  37. ,Video,VideoIntf
  38. }
  39.  
  40. CONST
  41.  
  42. {%%DOC: Uses.p.Trivial-- eof}
  43.